home *** CD-ROM | disk | FTP | other *** search
- ;=========================================================================
- ;
- ; Example Poppy config file. Use "#" or ";" for comments...
- ;
- ;=========================================================================
-
- ;=========================================================================
- ; Maximum size (in K) of message to be accepted. (eg if you're doing a
- ; quick session at peak-rates and don't want anything bulky until later.)
- ;=========================================================================
-
- MaxK 100
-
- ;=========================================================================
- ; Number of lines of message to scan. (headers automatically included.)
- ;=========================================================================
-
- Scan 50
-
- ;=========================================================================
- ; Uncomment this if you want to make Leave the default action,
- ; instead of Accept.
- ;=========================================================================
- ; DefLeave
-
-
- ;=========================================================================
- ; Mailbox redirection.
- ;=========================================================================
- ; If the String is found and the mail is to be accepted, it will be
- ; diverted to the corresponding mailbox.
- ;-------------------------------------------------------------------------
- ; String Mailbox
- ;-------------------------------------------------------------------------
-
- MBox "jane@gauss.demon.co.uk" "uumail:jane"
- MBox "poppy@gauss.demon.co.uk" "uumail:poppy"
- MBOX "begin 644" "uumail:uuencodes"
- MBox "talk2me@gauss.demon.co.uk" "SPEAK:"
-
-
- ;=========================================================================
- ; Specific action strings.
- ;=========================================================================
- ; *** Important ***
- ;
- ; Each action has a priority in the case of conflict.
- ; The order is: LEAVE ACCEPT JUNK DELETE
- ;
- ; eg. If a message qualifies for JUNK DELETE and ACCEPT, then ACCEPT,
- ; (being the safer option) will win.
- ;
- ; ***Use Delete with caution***
- ;
- ; There's no way to retrieve a deleted mail...
- ;
- ;-------------------------------------------------------------------------
-
- LEAVE "exam revision" ; Later! I'm busy playing NetHack.. :)
-
- ;-------------------------------------------------------------------------
-
- ; Protection in case of "friendly fire"
-
- ACCEPT "John Shiali","Paul Nott","Paul Gooch"
- ACCEPT "Jonathon Jackson"
- ACCEPT "@flame.demon.co.uk","@heights.demon.co.uk"
-
- ACCEPT "postmaster@gauss" ; As per RFC...
- ACCEPT "in article" ; Genuine response to news/email (?)
- ACCEPT "wrote:" ; Genuine response to news/email (?)
- ACCEPT "amiga" ; At least it must be relevant UCE...
- Accept "Too Many Secrets" ; Ah, the password for guaranteed delivery!
- Accept "Sender: owner-aminet"
-
- ;-------------------------------------------------------------------------
-
- JUNK "spice girls" ; Need I say more ?
- Junk "@keepmailing.com" ; Seems a dubious site...
- ;-------------------------------------------------------------------------
-
- DELETE "BULK EMAIL","DIRECT MARKET","EMAIL ADDRESSES"
- DELETE "JUST $","ONLY $","ONLY US$","SPECIAL OFFER"
- DELETE "OVER 18","UNDER 18"
- DELETE "MADE $","MAKE $"
- DELETE "MASS-EMAIL.COM"
-
- Delete " $1"," $2"," $3"," $4"," $5"," $6"," $7"," $8"," $9"
- Delete "Extractor Pro"
- Delete "@cyberpromo.com","@savetrees.com"
- Delete "@starshipinternet.com"
- Delete "From: investors@"
-
- ;-------------------------------------------------------------------------
- ; The following are addresses I picked from a long list of recipients
- ; sent by a junk mailer. When you recieve one of these, pick an email
- ; address and use it to detect bulk email. (usually they have the same
- ; starting letter as your email address).
- ;-------------------------------------------------------------------------
-
- Delete "ben@al.com.au","belshamd@aol","bentest@aol","bethplant@aol.com"
-
-
- ;=========================================================================
- ; Scoring
- ;=========================================================================
- ; A set of quoted strings and associated values.
- ; Each time the string occurs, the score for the message will have
- ; the corresponding value added.
- ;-------------------------------------------------------------------------
-
- SCORE "postmaster@gauss" +1000
- SCORE "amiga" +500
- SCORE "aminet" +500
- Score "In article" +200 ; Genuine response to news
- Score "wrote:" +200 ; Genuine response to news
- SCORE "majordomo" +200 ; From a mailing list no doubt
- Score "42" +10 ; "Deep Thought" finished yet ??
- Score '"look,a quote!"' +5 ; Note alternate quote chars...
-
- SCORE "1-800" -500
- SCORE "cyberpromo" -500
- SCORE "adult" -300
- SCORE "mlm" -200
- SCORE "offer" -50
- SCORE "cash" -50
- SCORE "money" -50 ; "..New car, caviar, four star daydream.."
- SCORE "xxx" -40 ; I couldn't give a xxx
- SCORE "buy" -30 ; "Bye!"
- Score "$" -30 ; I only have £'s, and not many of those.
- Score "fullmkt.com" -30
- Score "save" -30
- Score "earn" -20 ; Ugh! Perish the thought...
- Score "Belgium !!" -20 ; Oi ! Zaphod !! Noooooo!!
- SCORE "microsoft" -10 ; Boo Hiss !!
- SCORE "elite" -10 ; lAmeR more like...
- Score "aol.com" -10 ; You too eh ?
- Score "Ni!" -10 ; Stop saying that !!
-
- Score "<b" -3 ; Long list of b's ??
- Score "<ben@gauss." +5 ; Or just for me ?
-
- ;=========================================================================
- ; What (if anything) to do with the scores.. *Not yet implemented*
- ;=========================================================================
-
- ;Accept Score -100,1000000 ; Accept if score within this range
- ;Leave Score -200,-100 ; Leave if score is within this range
- ;Ask Score -500,-100 ; Ask if score is within this range
- ;Junk Score -4000,-500 ; Route into junk mailbox for this range
- ;Delete Score -1000000,-4000 ; Delete if score within this range
-
-
- ;=========================================================================
- ; End of config file, anything past this point is ignored.
- ;=========================================================================
-
- END
-
-